projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f909827
)
Added .PHONY target so that make works from the tools/python directory (it was seeing...
author
ewan@linford.intra
<ewan@linford.intra>
Tue, 13 Sep 2005 13:43:18 +0000
(14:43 +0100)
committer
ewan@linford.intra
<ewan@linford.intra>
Tue, 13 Sep 2005 13:43:18 +0000
(14:43 +0100)
tools/python/Makefile
patch
|
blob
|
history
diff --git
a/tools/python/Makefile
b/tools/python/Makefile
index a676cdf0e901b044a542f094fdb91558ca647703..ea8040d512f26152be64ce05f9999ab4d481de0f 100644
(file)
--- a/
tools/python/Makefile
+++ b/
tools/python/Makefile
@@
-1,7
+1,8
@@
-
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
+.PHONY: all build install clean
+
all: build
build:
CFLAGS="$(CFLAGS)" python setup.py build